QuickOPC User's Guide and Reference
DAPropertyIdSet Constructor(IEnumerable<DAPropertyId>)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAPropertyIdSet Class > DAPropertyIdSet Constructor : DAPropertyIdSet Constructor(IEnumerable<DAPropertyId>)
The collection whose elements are copied to the new set.
Initializes a new instance of the class, copying in OPC property IDs from another collection.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As IEnumerable(Of DAPropertyId) _
)
'Usage
 
Dim collection As IEnumerable(Of DAPropertyId)
 
Dim instance As New DAPropertyIdSet(collection)
public DAPropertyIdSet( 
   IEnumerable<DAPropertyId> collection
)
public:
DAPropertyIdSet( 
   IEnumerable<DAPropertyId^>^ collection
)

Parameters

collection
The collection whose elements are copied to the new set.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAPropertyIdSet Class
DAPropertyIdSet Members
Overload List